Welcome![Sign In][Sign Up]
Location:
Search - uc/os 2.52

Search list

[uCOSuCOS-II V2.52--Keil for MCS51

Description: 本文面向首次接触uC/OS-II的程序员,为他们介绍一下这个系统的一些基本特征和编程上的注意事项,并介绍几个值得了解的API。本文作者已经成功的将uC/OS-II移植到几种不同CPU之上。包括EPSON S1C33和Sunplus unSP™ 等,积累了丰富的经验,现在愿意和朋友们分享这些经历。希望本文的资料对于希望使用这个系统来开发的朋友有所帮助-for this first contact uC/OS-II programmers to introduce them into the system of some of the basic features and programming matters to the attention, and introduced several worthwhile understanding of the API. The author has succeeded in uC/OS-II transplanted to several different CPUs above. S1C33 including EPSON and Sunplus unSP# 8482, has accumulated a wealth of experience, and the friends are now willing to share those experiences. Hope this information to want to use this system to develop help of a friend
Platform: | Size: 509952 | Author: 鲁清竹 | Hits:

[uCOSucos2.52ok

Description: uc/os2.52在ARM44b0移植成功的代码,已验证-The successful source code of the uc/OS 2.52 port to the ARM 44B0 ,and being tested
Platform: | Size: 60416 | Author: kerty | Hits:

[uCOSUCOS252

Description: uC/OS 2.52源码完整版 网上也有地方有源码,但是大多数都是少文件的,本原码完整,能够直接使用- uC/OS 2.52 source code complete version Though there is many versions of source code on the Internet ,most of them don t include all the files, this is a complete version ,you can use it directly
Platform: | Size: 58368 | Author: 徐震弘 | Hits:

[uCOSμCOS-II v2.52 在lpc2000系列ARM上的移植源代码

Description: uCOS在AVR MEGA系列单片机上的移植,花了2月才完成的,拿出来和大家一起分享-Source code of uC/OS II porting to AVR MEGA series MCU. Spent 2 months in porting and shared for all.
Platform: | Size: 15360 | Author: 于军 | Hits:

[uCOSuCOSlpc2000系列ARM上的移植源代码

Description: uCOS-II v2.52 在lpc2000系列ARM上的移植源代码-uCOS-II v2.52 lpc2000 series of ARM in the transplant source code
Platform: | Size: 15360 | Author: 波小以 | Hits:

[Embeded-SCM DevelopuC_OS2.52官方源代码

Description: uC_OS2.52官方源代码 新人报道~~ 不知道能不能满足老大的要求-uC_OS2.52 official source reported ~ ~ newcomers do not know can not meet the requirements of leader
Platform: | Size: 1024000 | Author: raul | Hits:

[uCOSOS_UART_RF

Description: 实现了uc/os下面的串口、nRF2401的控制,能双向通信。SOURCE需要自己下载(2.52版)-Achieved uc/os following serial, nRF2401 control, can be two-way communication. SOURCE need to download (2.52 version)
Platform: | Size: 560128 | Author: kindgun | Hits:

[uCOSucos252-src

Description: 著名的嵌入式操作系统uC/OS的完整内核源代码,内核版本号2.52。 该源代码主要包括如下几个方面: 1、任务管理 2、消息邮箱 3、消息队列 4、信号量 5、事件管理 6、内存管理-famous embedded operating system uC/OS kernel integrity of the source code, the kernel version 2.52. The source code includes the following main aspects : one, two task management, message mailboxes 3, Message Queue 4, the signal volume 5, 6 incident management, memory management
Platform: | Size: 81920 | Author: 浪迹天涯 | Hits:

[uCOSucos2.76

Description: uc/os-ii 2.76版本,包括所有的内核服务-uc/os- ii 2.76 version, including all the core services
Platform: | Size: 68608 | Author: 罗开 | Hits:

[uCOSuCOS2.52-arm7

Description: uCOS的ARM7移植,在LPC2200芯片上的具体实现-uCOS ARM7 transplantation, the LPC2200 chip on the concrete realization
Platform: | Size: 86016 | Author: zjz | Hits:

[OtherucosIIv-2.52

Description: uc/osII-v2.52,是邵贝贝翻译的书里面的光盘资料。应该不错。-uc/osII-v2.52, Shao Beibei is the translation of the book on CD-ROM. Should be good.
Platform: | Size: 3101696 | Author: wuxihui | Hits:

[Other Embeded programS3C44B0Xforucgui

Description: uc/os 采用的是 uc/so-ii v2.52 版本,gui 采用的是 v32404-uc/os using the uc/so-ii v2.52 version, gui used the v32404
Platform: | Size: 7684096 | Author: mei | Hits:

[uCOSuCOSIIinLPC210X

Description: 关于 uC/OS-II 在 LPC210X 上移植的说明 1. 全部代码在 ADS1.2 中编译调试. 2. 您可以更改 RO BASE 为 0x0000 0000, 这样可以将代码写入 flash 中运行. 5. 全部代码采用 ARM 指令. 6. uC/OS-II 版本为 V2.52. 7. 当您暂停程序的时候, 如果定时器开着, 那么定时器并不会暂停,需要注意 8. Vectors.S 文件中的 startup 段为程序入口. 9. 编译时下面的警告不必理会. Warning : C2871W: static OS_InitTaskStat declared but not used OS_CORE.C line 1108 10. 如果您想通过软件仿真,请将 PLL.C 中的第 51 行屏蔽, 怎样就可以看到任务逐个切换,最后将进入空闲任务. 11. 此次移植将许多 uC/OS-II 的功能函数都关闭了,请查看 OS_CFG.H 文件.-on Phone/OS-II in the MCU on the note a transplant. All the code in degenerate. 2 compiler debugging. 2. You can change to the RO BASE 0x0000 0000, This code can be written into the flash run. 5. all code using ARM instructions. 6. uC/OS- II Version V2.52. 7. When you suspend the procedures, if the timer drive, then the timer will not be suspended need to 8. Vectors.S document of the startup procedures for entrance. 9. The following was compiled to disregard the warning. Warning : C2871W : static OS_InitTaskStat declared but not used O S_CORE.C line 1108 10. If you want to use software simulation, I would be grateful if PLL.C the first 51 firms shielding, you can see how each task switching, Finally, enter idle task. 11. This transplant of many embedded/OS-II functional functions are c
Platform: | Size: 246784 | Author: 百度哥2010 | Hits:

[uCOSUcos_II2.52

Description: 网友翻译的uC/OS-II的源代码注释,非常清楚,几乎每行都有注释,还有源代码。-uC/OS-II
Platform: | Size: 3061760 | Author: 吴宗胜 | Hits:

[uCOSucos-ii2.52

Description: uc+os-ii 2.52全部完整源代码,本人在开发板人已移植过。-uc+ os-ii 2.52 Full full source code, I who have been transplanted in the development board before.
Platform: | Size: 77824 | Author: uc+os-ii2.52 | Hits:

[uCOSDataSample

Description: SmartARM2400开发平台 基于uc/osii的示例程序,记住要在uCOSII文件夹下面加入UC/OS 2.52源码,这个包里面没有加入UC/OS源码,但经过运行测试,绝对能用,完全可以用于产品,稳定性不错。这个包是数据采集的示例,需要的可以下来学习下-based on smartArm2478 ,use uc/os,datasample test
Platform: | Size: 442368 | Author: ybno4 | Hits:

[uCOSrtc

Description: SmartARM2400开发平台 基于uc/osii的示例程序,记住要在uCOSII文件夹下面加入UC/OS 2.52源码,这个包里面没有加入UC/OS源码,但经过运行测试,绝对能用,完全可以用于产品,稳定性不错。这个包是万年历的示例,需要的可以下来学习下--based on smartArm2478 ,use uc/os,RTC
Platform: | Size: 145408 | Author: ybno4 | Hits:

[uCOSCFCard

Description: SmartARM2400开发平台 基于uc/osii的示例程序,记住要在uCOSII文件夹下面加入UC/OS 2.52源码,这个包里面没有加入UC/OS源码,但经过运行测试,绝对能用,完全可以用于产品,稳定性不错。这个包是操作CF卡的示例,需要的可以下来学习下-based on smartArm2478 ,use uc/os,CF Card test
Platform: | Size: 100352 | Author: ybno4 | Hits:

[Software EngineeringZengming

Description: uc/os-2.52 清华大学 曾鸣所做的移植DSP的工作,包括源代码和其发表的论文 欢迎下载-uc/os-ii TI-DSP
Platform: | Size: 2249728 | Author: 稂龙亚 | Hits:

[uCOSucos

Description: 将uc/OS 2.52移植到TMS320F2812处理器上-Uc/OS 2.52 ported to the TMS320F2812 processor
Platform: | Size: 829440 | Author: 黎威 | Hits:
« 12 3 »

CodeBus www.codebus.net